home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global startticks, photono, photomode
- puppetSprite(2, 1)
- if photomode = "Auto" then
- set sp to 10
- else
- set sp to 11
- end if
- puppetSprite(sp, 1)
- set the castNum of sprite sp to the number of cast (photomode & ",ON")
- if the castNum of sprite 1 = the castNum of sprite 2 then
- changephoto(photono)
- updateStage()
- end if
- unLoadCast(getphotono(photono - 2))
- preLoadCast(getphotono(photono + 1))
- set startticks to the ticks
- cursor(0)
- end
-